Skip to content

Add Windows path support to editorconfig-checker exclude regex #781

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented Oct 16, 2024

The Exclude key of the .ecrc configuration file specifies regular expressions of paths that should be ignored by the editorconfig-checker tool. Previously, the regular expression only accommodated the POSIX-compliant path separator, meaning the path was not excluded as intended when used on a Windows system (even when ran from a Bash shell).

The `Exclude` key of the `.ecrc` configuration file specifies regular expressions of paths that should be ignored by
the editorconfig-checker tool. Previously, the regular expression only accommodated the POSIX-compliant path separator,
meaning the path was not excluded as intended when used on a Windows system (even when ran from a Bash shell).
@per1234 per1234 added topic: infrastructure Related to project infrastructure os: windows Specific to Windows operating system type: imperfection Perceived defect in any part of project labels Oct 16, 2024
@per1234 per1234 self-assigned this Oct 16, 2024
@per1234 per1234 merged commit 3a2356e into arduino:main Oct 16, 2024
5 checks passed
@per1234 per1234 deleted the editorconfig-checker-windows-path branch October 16, 2024 05:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
os: windows Specific to Windows operating system topic: infrastructure Related to project infrastructure type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant